From c9c3eafafadbeab0bf21e0a3d6ab9718d20af877 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Tue, 2 Apr 2024 21:54:02 +0100 Subject: [PATCH] * which-key.el (which-key--popup-max-dimensions): Fix docstring typo --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 820875bfdaf..d4efa3ede75 100644 --- a/which-key.el +++ b/which-key.el @@ -1362,7 +1362,7 @@ call signature in different emacs versions" (defun which-key--popup-max-dimensions () "Return maximum dimension available for popup. -Dimesion functions should return the maximum possible (height +Dimension functions should return the maximum possible (height . width) of the intended popup. SELECTED-WINDOW-WIDTH is the width of currently active window, not the which-key buffer window." -- 2.30.2